home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / led_151 / driver / make_prn.eng < prev    next >
Text File  |  1997-05-10  |  1KB  |  49 lines

  1. MAKE_PRN     PrinterDriver Compiler for the LED    (c) St.Slabihoud 1996
  2. ========================================================================
  3.  
  4. This program compiles *.PN files to LED.PRN. To start it type:
  5.  
  6.   MAKE_PRN <driver.pn>      e.g. MAKE_PRN default.pn
  7.  
  8. This will create a file called LED.PRN. This file must be put in the
  9. LED configuration folder. Is this file is missing LED does not convert
  10. any character.
  11.  
  12. If someone has written a driver for a special printer, please send me the 
  13. source. I want to put it into the LED package.
  14.  
  15.  
  16. Format of *.pn files:
  17. ---------------------
  18. ;
  19. ; Source of Default-PrinterDriver for LED 1.43  (c) St.Slabihoud
  20. ;
  21. ; Converts:      To:
  22. ;  arrow up       '^'
  23. ;  arrow left     '<'
  24. ;  arrow right    '>'
  25. ;
  26. ; Each entry has follwing format:
  27. ;  <original character>, <char1> [, <char2> [...]]
  28. ;
  29. ; Up to eleven entries are allowed (maximum number of entries per
  30. ; line is twelve). This is enough for all convertions. You can
  31. ; enter values in decimal, in octal (0...) or in hex (0x...).
  32. ;
  33. 0x01, 0x5e
  34. 0x03, 0x3e
  35. 0x04, 0x3c
  36. ;
  37. ; Following entries are optional (you can delete these lines when you want):
  38. ;
  39. ; Left margin
  40. LEFTMARGIN,0
  41. ;
  42. ; Printer-Initialization (max.11 entries)
  43. INIT,27,64
  44. ;
  45.  
  46.  
  47. The 16th to 23rd entry is reserved for defining printer control codes for 
  48. underline/bold/cursive/inverse on/off.
  49.